home *** CD-ROM | disk | FTP | other *** search
- object FormAbout: TFormAbout
- Left = 0
- Top = 0
- BorderStyle = bsDialog
- Caption = 'About'
- ClientHeight = 184
- ClientWidth = 344
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = []
- Icon.Data = {<image000.ico>}
- OldCreateOrder = False
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object LUeberschrift: TLabel
- Left = 8
- Top = 8
- Width = 89
- Height = 19
- Caption = 'ShellFTP 0.7'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -16
- Font.Name = 'Tahoma'
- Font.Style = []
- ParentFont = False
- end
- object Label3: TLabel
- Left = 16
- Top = 33
- Width = 43
- Height = 13
- Caption = 'Website:'
- end
- object Label4: TLabel
- Left = 16
- Top = 52
- Width = 32
- Height = 13
- Caption = 'E-Mail:'
- end
- object Label5: TLabel
- Left = 72
- Top = 33
- Width = 115
- Height = 13
- Cursor = crHandPoint
- Caption = 'http://www.shellftp.de/'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlue
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = [fsUnderline]
- ParentFont = False
- OnClick = LinkClick
- end
- object Label6: TLabel
- Left = 72
- Top = 52
- Width = 108
- Height = 13
- Cursor = crHandPoint
- Caption = 'mailto:nils@shellftp.de'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlue
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = [fsUnderline]
- ParentFont = False
- OnClick = LinkClick
- end
- object Label7: TLabel
- Left = 207
- Top = 41
- Width = 127
- Height = 26
- Caption = 'Thanks to famfamfam.com for some of the icons!'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = [fsItalic]
- ParentFont = False
- WordWrap = True
- end
- object GDonators: TGroupBox
- Left = 8
- Top = 87
- Width = 321
- Height = 89
- Caption = 'Donators'
- TabOrder = 0
- object MDonators: TMemo
- Left = 8
- Top = 16
- Width = 305
- Height = 65
- Color = clInactiveCaptionText
- Lines.Strings = (
- 'Paul Steeles'
- 'Erik Hierhager'
- 'Nathan Tsui'
- 'Dale Stonall-Mellor')
- ReadOnly = True
- TabOrder = 0
- end
- end
- end
-